home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip Kasım 2000.iso / prog / share / 11 / setup.exe / %MAINDIR% / HELP / CIFTP.CNT (.txt) next >
Encoding:
Microsoft Windows Help File Content  |  2000-09-07  |  4.3 KB  |  91 lines

  1. :Base ciftp.HLP
  2. :Title The Crescent Internet ToolPak FTP Control
  3. :Index CIFTP Control =CIFTP.HLP
  4. 1 Getting Started with the CIFTP Control
  5. 2 What Is FTP?=whatisftp
  6. 2 How Does FTP Work?=howdoesftpwork
  7. 2 What Is the CIFTP Control?=whatistheciftpcontrol
  8. 2 Using High and Low-level Methods in the Same Application=usinghighandlowlevelmethodsinthesameapplication
  9. 2 Programming Tasks=programmingtasks
  10. 2 Connecting to an FTP Server Using Low-level Methods=connectingtoanftpserverusinglowlevelmethods
  11. 2 Disconnecting From an FTP Server=disconnectingfromanftpserver
  12. 2 Copying a File From an FTP Server Using Low-level Methods=copyingafilefromanftpserverusinglowlevelmethods
  13. 2 Copying a File From an FTP Server Using High-level Methods=copyingafilefromanftpserverusinghighlevelmethods
  14. 2 Obtaining a Directory Listing from an FTP Server Using Low-level=obtainingadirectorylistingfromanftpserverusinglowlevel
  15. 2 Obtaining a Directory Listing from an FTP Server Using High-level=obtainingadirectorylistingfromanftpserverusinghighlevel
  16. 2 Copying a File to an FTP Server Using Low-level Methods=copyingafiletoanftpserverusinglowlevelmethods
  17. 2 Copying a File to an FTP Server Using High-level Methods=copyingafiletoanftpserverusinghighlevelmethods
  18. 2 Using an FTP Proxy Server=usinganftpproxyserver
  19. 2 Using the CIFTP Wrapper Class=usingtheciftpwrapperclass
  20. 2 Public Functions=publicfunctions
  21. 2 Public Properties=publicproperties
  22. 2 Public Subs=publicsubs
  23. 2 Public Data Members=publicdatamembers
  24. 1 The CIFTP Control Reference
  25. 2 Reference Overview=theciftpcontrolreference
  26. 2 AccessPort Property=accessportproperty
  27. 2 DataPort Property=dataportproperty
  28. 2 DirectoryListBoxName Property=directorylistboxnameproperty
  29. 2 EventState Property=eventstateproperty
  30. 2 FileAttributeMask Property=fileattributemaskproperty
  31. 2 FileListBoxName Property=filelistboxnameproperty
  32. 2 FileNameMask Property=filenamemaskproperty
  33. 2 Files Property=filesproperty
  34. 2 HostAddress Property=hostaddressproperty
  35. 2 HostName Property=hostnameproperty
  36. 2 LocalFileName Property=localfilenameproperty
  37. 2 LoginName Property=loginnameproperty
  38. 2 MethodState Property=methodstateproperty
  39. 2 OverwriteExistingFile Property=overwriteexistingfileproperty
  40. 2 Password Property=passwordproperty
  41. 2 RemoteFileName Property=remotefilenameproperty
  42. 2 RepresentationType Property=representationtypeproperty
  43. 2 WorkingDirectory Property=workingdirectoryproperty
  44. 2 AccessControlChannelClosed Event=accesscontrolchannelclosedevent
  45. 2 AccessControlChannelConnection Event=accesscontrolchannelconnectionevent
  46. 2 AccessControlPacketReceived Event=accesscontrolpacketreceivedevent
  47. 2 AccessControlPacketSent Event=accesscontrolpacketsentevent
  48. 2 DataControlChannelClosed Event=datacontrolchannelclosedevent
  49. 2 DataControlChannelConnection Event=datacontrolchannelconnectionevent
  50. 2 DataControlPacketReceived Event=datacontrolpacketreceivedevent
  51. 2 DataControlPacketSent Event=datacontrolpacketsentevent
  52. 2 DataPortSet Event=dataportsetevent
  53. 2 EventStateChanged Event=eventstatechangedevent
  54. 2 FileClosed Event=fileclosedevent
  55. 2 FTPStatus Event=ftpstatusevent
  56. 2 GotDirectory Event=gotdirectoryevent
  57. 2 GotFile Event=gotfileevent
  58. 2 InternetError Event=interneterrorevent
  59. 2 ListBoxesPopulated Event=listboxespopulatedevent
  60. 2 MethodStateChanged Event=methodstatechangedevent
  61. 2 PutFile Event=putfileevent
  62. 2 ServerResponse Event=serverresponseevent
  63. 2 SocketClosed Event=socketclosedevent
  64. 2 TotalFileBytesReceived Event=totalfilebytesreceivedevent
  65. 2 WSAError Event=wsaerrorevent
  66. 2 APPE Method=appemethod
  67. 2 CDUP Method=cdupmethod
  68. 2 CleanupConnection, CleanupDataConnection Methods=cleanupconnectioncleanupdataconnectionmethods
  69. 2 ConnectToAccessControlChannel Method=connecttoaccesscontrolchannelmethod
  70. 2 ConnectToDataChannel Method=connecttodatachannelmethod
  71. 2 CWD Method=cwdmethod
  72. 2 GetDirectory Method=getdirectorymethod
  73. 2 GetFile Method=getfilemethod
  74. 2 LIST Method=listmethod
  75. 2 PASS Method=passmethod
  76. 2 PASV Method=pasvmethod
  77. 2 PORT Method=portmethod
  78. 2 PutFile Method=putfilemethod
  79. 2 PWD Method=pwdmethod
  80. 2 QUIT Method=quitmethod
  81. 2 RETR Method=retrmethod
  82. 2 SendFTPCommand Method=sendftpcommandmethod
  83. 2 STOR Method=stormethod
  84. 2 SYST Method=systmethod
  85. 2 TYPE Method=typemethod
  86. 2 USER Method=usermethod
  87. 2 Files Collection=filescollection
  88. 2 Count Property=countproperty
  89. 2 Item Method=itemmethod
  90. 2 File Object=fileobject
  91.